home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Controls GH ƒ / Slider Control GH / About Slider Control GH next >
Text File  |  1994-04-24  |  2KB  |  45 lines

  1. About Slider Control GH  v 1.1 4/24/94
  2. The file "Flag Control GH (rsrc)" contains a CDEF of id 1864. This CDEF implements
  3. a control which implements a simple slider similar in function (if not
  4. appearance) to the slider used by Apple in their Sound control panel. 
  5.  
  6. ========== changes ============
  7. • implemented solid dragging of control
  8. • removed inpageup, inpagedown control parts
  9. ===============================
  10.  
  11. • For examples where this is control is used, look at Speak Note GH 2.0,
  12.   and Siege Watch 2.0
  13.   
  14. • CNTL resources which used this CDEF should use a proc ID of 29824.
  15.  
  16. • DLOGs should have an auxillary color resource, so the Dialog Manager
  17.   knows enough to use a color window when appropriate.
  18.   
  19. • If used in a document window, be sure to use a color window when
  20.   color quickdraw is available.
  21.  
  22. • I've included all the source code for this control in the files: Slider.c,
  23.   Slider.h, utilities.c and utilities.h. Feel free to modify the code for
  24.   your own projects and send along bug fixes and suggestions to me.
  25.  
  26. • I used Think C 5 to compile this project.
  27.  
  28. • Thanks to Leonard Roesenthol for providing a few lines of very important
  29.   code.
  30.  
  31. • Thanks to the good folks at Symantec for providing some sample code in
  32.   Think Reference 2.0
  33.  
  34. • If you do use this control in a released program, send me a postcard
  35.   describing it.
  36.  
  37. • If you bundle this package in a CD-ROM such as the Sumex CD-ROM send me
  38.   a copy of the first edition it appears on.
  39.  
  40. **************
  41. Glenn R. Howes
  42. 1101 University Ave. 
  43. Madison, WI 53715
  44. grhowes@students.wisc.edu
  45. **************